/external/clang/test/PCH/Inputs/ |
H A D | namespaces.h | 24 void anon() { } function in namespace:__anon17109
|
/external/oprofile/libop/ |
H A D | op_mangle.c | 22 static void append_image(char * dest, int flags, int anon, char const * name, char const * anon_name) argument 26 } else if (anon) { 27 strcat(dest, "{anon:"); 42 int anon = values->flags & MANGLE_ANON; local 59 if (anon || cg_anon) 63 * {kern}, {anon} and {cg} marker */ 73 append_image(mangled, values->flags, anon, dep_name, anon_name);
|
/external/chromium_org/v8/test/mjsunit/ |
H A D | debug-stepout-scope-part1.js | 162 var anon = 12; variable 169 Function(pre + "return anon")(); 170 Function(pre + "return anon ")(); 171 Function(pre + "return anon;")(); 172 Function(pre + "return anon; ")();
|
/external/oprofile/daemon/ |
H A D | opd_mangling.c | 39 if (sf->anon) 57 static char * mangle_anon(struct anon_mapping const * anon) argument 61 snprintf(name, 1024, "%u.0x%llx.0x%llx", (unsigned int)anon->tgid, 62 anon->start, anon->end); 80 } else if (sf->anon) { 82 values.image_name = mangle_anon(sf->anon); 83 values.anon_name = sf->anon->name; 111 } else if (last->anon) { 113 values.cg_image_name = mangle_anon(last->anon); [all...] |
H A D | opd_sfile.h | 53 struct anon_mapping * anon; member in struct:sfile 84 /** clear any sfiles for the given anon mapping */
|
H A D | opd_anon.c | 10 * What is relatively common is expanding anon maps, which leaves us 36 * anon cache, we'll tear down all the mappings for that tgid. Thus, LRU 56 if (trans->anon == entry) 103 printf("Cleared anon maps for tgid %u (%s).\n", tgid, name); 124 printf("Added anon map 0x%llx-0x%llx for tgid %u (%s).\n", 146 /* Some anon maps have labels like 148 * Keep track of these labels. If a map has no name, call it "anon". 151 strcpy(name, "anon"); 165 anon_match(struct transient const * trans, struct anon_mapping const * anon) argument 167 if (!anon) [all...] |
H A D | opd_trans.h | 45 struct anon_mapping * anon; member in struct:transient 68 trans->last_anon = trans->anon;
|
H A D | opd_sfile.c | 51 if (separate_kernel || ((trans->anon || separate_lib) && !ki)) 72 if (trans->anon) { 73 val ^= trans->anon->start >> VMA_SHIFT; 74 val ^= trans->anon->end >> (VMA_SHIFT + 1); 83 struct kernel_image const * ki, struct anon_mapping const * anon, 103 if (separate_kernel || ((anon || separate_lib) && !ki)) { 114 if (sf->anon != anon) 126 trans->anon, trans->tgid, trans->tid, trans->cpu); 134 sf2->anon, sf 82 do_match(struct sfile const * sf, cookie_t cookie, cookie_t app_cookie, struct kernel_image const * ki, struct anon_mapping const * anon, pid_t tgid, pid_t tid, unsigned int cpu) argument 571 sfile_clear_anon(struct anon_mapping * anon) argument [all...] |
/external/v8/test/mjsunit/ |
H A D | debug-stepout-scope.js | 227 var anon = 12; variable 234 Function(pre + "return anon")(); 235 Function(pre + "return anon ")(); 236 Function(pre + "return anon;")(); 237 Function(pre + "return anon; ")();
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
H A D | AnnotationImpl.java | 65 * @param anon the annotation. 69 Annotation anon) { 70 AnnotationImpl handler = new AnnotationImpl(anon, cp, cl); 68 make(ClassLoader cl, Class clazz, ClassPool cp, Annotation anon) argument
|
/external/oprofile/libpp/ |
H A D | parse_filename.cpp | 63 * remove from path_component all directory left to {root}, {kern} or {anon} 69 if (*it == "{root}" || *it == "{kern}" || *it == "{anon}") 77 /// Handle an anon region. Pretty print the details. 78 /// The second argument is the anon portion of the path which will 79 /// contain extra details such as the anon region name (unknown, vdso, heap etc.) 83 // Get rid of "{anon: 112 * {root}/path/to/bin/{dep}/{anon:anon}/pid.start.end/event_spec 113 * {root}/path/to/bin/{dep}/{anon:[vdso]}/pid.start.end/event_spec 165 // PP:3.19 {dep}/ must be followed by {kern}/, {root}/ or {anon}/ 172 bool anon = path[i].find("{anon:", 0) == 0; local [all...] |
/external/ipsec-tools/src/racoon/ |
H A D | remoteconf.c | 102 struct remoteconf *anon = NULL; local 146 anon = p; 149 if (allow_anon && anon != NULL) { 152 return anon;
|
/external/linux-tools-perf/util/ |
H A D | map.c | 18 return strcmp(filename, "//anon") == 0; 45 int anon; local 47 anon = is_anon_memory(filename); 49 if (anon) { 60 if (anon) {
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | interworking.c | 1024 char *anon; local 1029 anon = os_malloc(buflen); 1030 if (anon == NULL) 1032 os_snprintf(anon, buflen, "anonymous%s", pos); 1035 anon = os_malloc(buflen); 1036 if (anon == NULL) 1038 os_snprintf(anon, buflen, "anonymous@%s", cred->realm); 1040 anon = os_strdup("anonymous"); 1041 if (anon == NULL) 1044 if (wpa_config_set_quoted(ssid, "anonymous_identity", anon) < [all...] |
/external/kernel-headers/original/asm-mips/ |
H A D | sgiarcs.h | 71 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
|
/external/robolectric/lib/main/ |
H A D | javassist-3.14.0-GA.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ... |
/external/antlr/antlr-3.4/lib/ |
H A D | antlr-3.4-complete.jar | META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ... |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
H A D | compiler.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |