HomeSort by relevance Sort by last modified time
    Searched refs:MK (Results 1 - 20 of 20) sorted by null

  /external/dhcpcd/mk/
os-Darwin.mk 4 include ${MK}/os-BSD.mk
os.mk 7 include ${MK}/os-${OS}.mk
prog.mk 2 # based on FreeBSD's bsd.prog.mk
6 include ${MK}/cc.mk
52 include ${MK}/depend.mk
53 include ${MK}/files.mk
54 include ${MK}/scripts.mk
55 include ${MK}/man.m
    [all...]
  /external/clang/lib/AST/
NSAPI.cpp 38 Selector NSAPI::getNSStringSelector(NSStringMethodKind MK) const {
39 if (NSStringSelectors[MK].isNull()) {
41 switch (MK) {
64 return (NSStringSelectors[MK] = Sel);
67 return NSStringSelectors[MK];
73 NSStringMethodKind MK = NSStringMethodKind(i);
74 if (Sel == getNSStringSelector(MK))
75 return MK;
81 Selector NSAPI::getNSArraySelector(NSArrayMethodKind MK) const {
82 if (NSArraySelectors[MK].isNull())
    [all...]
  /external/clang/include/clang/AST/
NSAPI.h 52 Selector getNSStringSelector(NSStringMethodKind MK) const;
84 Selector getNSArraySelector(NSArrayMethodKind MK) const;
106 Selector getNSDictionarySelector(NSDictionaryMethodKind MK) const;
163 Selector getNSNumberLiteralSelector(NSNumberLiteralMethodKind MK,
166 bool isNSNumberLiteralSelector(NSNumberLiteralMethodKind MK,
168 return Sel == getNSNumberLiteralSelector(MK, false) ||
169 Sel == getNSNumberLiteralSelector(MK, true);
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfWidgetAnnotationDictionary_autogen.cpp 47 SkPdfDictionary* SkPdfWidgetAnnotationDictionary::MK(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("MK", "");
56 return get("MK", "") != NULL;
SkPdfWidgetAnnotationDictionary_autogen.h     [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfWidgetAnnotationDictionary_autogen.cpp 47 SkPdfDictionary* SkPdfWidgetAnnotationDictionary::MK(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("MK", "");
56 return get("MK", "") != NULL;
SkPdfWidgetAnnotationDictionary_autogen.h     [all...]
  /ndk/sources/cxx-stl/gnu-libstdc++/
Android.mk 5 # See docs/APPLICATION-MK.html for all details.
  /ndk/build/core/
main.mk 24 # This assumes we are located under $NDK_ROOT/build/core/main.mk
27 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/main.mk=%))
39 include $(NDK_ROOT)/build/core/init.mk
45 # Each 'application' must have a corresponding Application.mk file
49 # See docs/ANDROID-MK.TXT for their specification.
68 You can also add new applications by writing an Application.mk file.)
70 See docs/APPLICATION-MK.TXT for details.)
84 # Check that all apps listed in APP have an Application.mk
87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \
90 $(eval include $(BUILD_SYSTEM)/add-application.mk)\
    [all...]
definitions.mk 21 include $(BUILD_SYSTEM)/definitions-tests.mk
22 include $(BUILD_SYSTEM)/definitions-utils.mk
23 include $(BUILD_SYSTEM)/definitions-host.mk
24 include $(BUILD_SYSTEM)/definitions-graph.mk
35 # Returns : the name of the last parsed Android.mk file
38 local-makefile = $(lastword $(filter %Android.mk,$(MAKEFILE_LIST)))
344 # defined in application's Android.mk files.
364 # MAKEFILE -> The Android.mk where the module is defined.
374 # These are documented by docs/ANDROID-MK.TXT. Exception is LOCAL_MODULE
418 # LOCAL_MAKEFILE will contain the path to the Android.mk defining the modul
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 784 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt;
789 switch (MK) {
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 735 MK(new String[]{
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 588 MinMaxReductionKind MK)
589 : StartValue(Start), LoopExitInstr(Exit), Kind(K), MinMaxKind(MK) {}
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump 331 :y ??x?????>-???3?R9?O>??g?Q??wT?{????@ ?w??H?g4??_m?.j5?Z<n:Yi??~???~v?R??Jj?UH??q??I?lo ?????(????? %î?;5n?F????^|4U???I?j???6?g?,,?m.Y.XXj?70???K????|Ke?5c5?:?6??S?j%?1MC?5??4?nW??R??R??-.Yj?,??kL?w?O??)?cZ??h(?}???nd??9EyvX!?iu????a?8?,<????@h~?????8? ??%F?T?lj1? ?G???I,>D??_?S}5O?.n?$`???h`????t??K?`??H?U??H?>2F ??X?%N???y?B??n?@1%?Pvv?t?x?Mk}Io????w ?%?h.?
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 767 milliseconds