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

  /external/clang/lib/AST/
NSAPI.cpp 36 Selector NSAPI::getNSStringSelector(NSStringMethodKind MK) const {
37 if (NSStringSelectors[MK].isNull()) {
39 switch (MK) {
47 return (NSStringSelectors[MK] = Sel);
50 return NSStringSelectors[MK];
53 Selector NSAPI::getNSArraySelector(NSArrayMethodKind MK) const {
54 if (NSArraySelectors[MK].isNull()) {
56 switch (MK) {
95 return (NSArraySelectors[MK] = Sel);
98 return NSArraySelectors[MK];
    [all...]
  /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/include/clang/AST/
NSAPI.h 47 Selector getNSStringSelector(NSStringMethodKind MK) const;
64 Selector getNSArraySelector(NSArrayMethodKind MK) const;
85 Selector getNSDictionarySelector(NSDictionaryMethodKind MK) const;
114 Selector getNSNumberLiteralSelector(NSNumberLiteralMethodKind MK,
117 bool isNSNumberLiteralSelector(NSNumberLiteralMethodKind MK,
119 return Sel == getNSNumberLiteralSelector(MK, false) ||
120 Sel == getNSNumberLiteralSelector(MK, true);
  /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 94 # Returns : the name of the last parsed Android.mk file
97 local-makefile = $(lastword $(filter %Android.mk,$(MAKEFILE_LIST)))
323 # defined in application's Android.mk files.
343 # MAKEFILE -> The Android.mk where the module is defined.
353 # These are documented by docs/ANDROID-MK.TXT. Exception is LOCAL_MODULE
383 # LOCAL_MAKEFILE will contain the path to the Android.mk defining the module
797 # This is used to check that LOCAL_MODULE is properly defined by an Android.mk
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 487 NSAPI::NSNumberLiteralMethodKind MK = *MKOpt;
492 switch (MK) {
  /gdk/build/core/
definitions.mk 62 # Returns : the name of the last parsed Android-portable.mk file
65 local-makefile = $(lastword $(filter %Android-portable.mk,$(MAKEFILE_LIST)))
157 # defined in application's Android-portable.mk files.
177 # MAKEFILE -> The Android-portable.mk where the module is defined.
187 # These are documented by docs/ANDROID-MK.TXT. Exception is LOCAL_MODULE
202 # LOCAL_MAKEFILE will contain the path to the Android-portable.mk defining the module
507 # This is used to check that LOCAL_MODULE is properly defined by an Android-portable.mk
635 # Arguments: 1: path of Android-portable.mk where this LOCAL_MODULE is defined
655 all-makefiles-under = $(wildcard $1/*/Android-portable.mk)
695 # defined in the toolchain's setup.mk script
    [all...]

Completed in 646 milliseconds