HomeSort by relevance Sort by last modified time
    Searched defs:a_name (Results 1 - 5 of 5) sorted by null

  /external/lldb/test/functionalities/load_unload/
main.c 20 const char *a_name = "@executable_path/liba.dylib"; local
26 a_dylib_handle = dlopen (a_name, RTLD_NOW); // Set break point at this line for test_lldb_process_load_and_unload_commands().
55 a_dylib_handle = dlopen (a_name, RTLD_NOW);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/attr/
attributes.h 73 char a_name[1]; /* attr name (NULL terminated) */ member in struct:attrlist_ent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/attr/
attributes.h 73 char a_name[1]; /* attr name (NULL terminated) */ member in struct:attrlist_ent
  /hardware/invensense/60xx/mlsdk/mlutils/
mputest.c 197 static char a_name[3][2] = {"X", "Y", "Z"}; variable
374 MPL_LOGI("Collecting gyro data from %s gyro PLL\n", a_name[j]);
490 a_name[j], Avg[j], test_setup.bias_thresh);
509 a_name[j], sqrt(RMS[j] / total_count),
629 MPL_LOGI("Collecting gyro data from %s gyro PLL\n", a_name[j]);
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 617 jobjectArray a_name = NULL; local
630 a_name = callbackEnv->NewObjectArray(num_instances, mclass, NULL);
631 if (a_name == NULL) goto clean;
645 callbackEnv->SetObjectArrayElement(a_name, i, name);
654 (jint) status, addr, a_name, a_scn, a_masid, a_msgtype);
659 if (a_name != NULL) callbackEnv->DeleteLocalRef(a_name);
    [all...]

Completed in 117 milliseconds