/external/llvm/tools/llvm-rtdyld/ |
Makefile | 19 include $(LEVEL)/Makefile.config
|
/external/llvm/tools/macho-dump/ |
Makefile | 19 include $(LEVEL)/Makefile.config
|
/external/llvm/unittests/Analysis/ |
Makefile | 14 include $(LEVEL)/Makefile.config
|
/external/llvm/unittests/ExecutionEngine/ |
Makefile | 14 include $(LEVEL)/Makefile.config
|
/external/llvm/unittests/Support/ |
Makefile | 14 include $(LEVEL)/Makefile.config
|
/external/llvm/unittests/Transforms/Utils/ |
Makefile | 14 include $(LEVEL)/Makefile.config
|
/external/llvm/unittests/VMCore/ |
Makefile | 14 include $(LEVEL)/Makefile.config
|
/external/valgrind/main/none/tests/ |
tls_so.c | 1 #include <config.h>
|
/frameworks/base/core/java/android/bluetooth/ |
IBluetoothHealthCallback.aidl | 28 void onHealthAppConfigurationStatusChange(in BluetoothHealthAppConfiguration config, int status); 29 void onHealthChannelStateChange(in BluetoothHealthAppConfiguration config,
|
/frameworks/base/tools/localize/ |
ValuesFile_test.cpp | 8 Configuration config; local 9 config.locale = "zz_ZZ"; 10 ValuesFile* vf = ValuesFile::ParseFile("testdata/values/strings.xml", config, 24 str.config.ToString().c_str(), str.comment.c_str());
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getline.c | 23 #include <config.h>
|
getpagesize.c | 20 #include <config.h>
|
mkstemp.c | 18 # include <config.h>
|
stripslash.c | 18 #include <config.h>
|
strnlen.c | 21 #include <config.h>
|
wctob.c | 18 #include <config.h>
|
xstrndup.c | 18 #include <config.h>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
basic_iterator.h | 36 #include <bits/c++config.h>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitLaunchShortcut.java | 41 ILaunchConfigurationWorkingCopy config = super.createLaunchConfiguration(element); local 46 config.setAttribute(AndroidJUnitLaunchConfigDelegate.ATTR_INSTR_NAME, 53 AndroidJUnitLaunchConfigDelegate.setJUnitDefaults(config); 54 return config;
|
/external/chromium/net/proxy/ |
polling_proxy_config_service.cc | 39 bool GetLatestProxyConfig(ProxyConfig* config) { 48 *config = last_config_; 99 ProxyConfig config; local 100 func(&config); 106 NewRunnableMethod(this, &Core::GetConfigCompleted, config)); 111 void GetConfigCompleted(const ProxyConfig& config) { 120 if (!has_config_ || !last_config_.Equals(config)) { 123 last_config_ = config; 125 OnProxyConfigChanged(config, 168 PollingProxyConfigService::GetLatestProxyConfig(ProxyConfig* config) { [all...] |
/external/tinyalsa/ |
tinyplay.c | 110 struct pcm_config config; local 116 config.channels = channels; 117 config.rate = rate; 118 config.period_size = 1024; 119 config.period_count = 4; 121 config.format = PCM_FORMAT_S32_LE; 123 config.format = PCM_FORMAT_S16_LE; 124 config.start_threshold = 0; 125 config.stop_threshold = 0; 126 config.silence_threshold = 0 [all...] |
/frameworks/base/opengl/tests/EGLTest/ |
EGL_test.cpp | 57 EGLConfig config; local 65 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs); 72 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); 75 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]); 78 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]); 90 EGLConfig config; local 102 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs); 109 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]); 112 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]); 115 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]) [all...] |
/frameworks/base/opengl/tests/swapinterval/ |
swapinterval.cpp | 41 EGLConfig config; local 56 dpy, configAttribs, window, &config); 64 eglGetConfigAttrib(dpy, config, EGL_RED_SIZE, &r); 65 eglGetConfigAttrib(dpy, config, EGL_GREEN_SIZE, &g); 66 eglGetConfigAttrib(dpy, config, EGL_BLUE_SIZE, &b); 67 eglGetConfigAttrib(dpy, config, EGL_ALPHA_SIZE, &a); 68 eglGetConfigAttrib(dpy, config, EGL_NATIVE_VISUAL_ID, &vid); 70 surface = eglCreateWindowSurface(dpy, config, window, NULL); 73 fprintf(stderr, "error: %s, config=%p, format = %d-%d-%d-%d, visual-id = %d\n", 74 EGLUtils::strerror(err), config, r,g,b,a, vid) [all...] |
/development/pdk/pndk/samples/sample/ |
Makefile | 4 include $(NDK_BASE)/config/config.mk
|
/external/bluetooth/hcidump/ |
bootstrap-configure | 3 if [ -f config.status ]; then
|