Searched refs:anon (Results 1 - 23 of 23) sorted by relevance

/external/oprofile/daemon/
H A Dopd_mangling.c39 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 Dopd_sfile.c51 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...]
H A Dopd_anon.c10 * 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 Dopd_trans.h45 struct anon_mapping * anon; member in struct:transient
68 trans->last_anon = trans->anon;
H A Dopd_sfile.h53 struct anon_mapping * anon; member in struct:sfile
84 /** clear any sfiles for the given anon mapping */
H A Dopd_trans.c47 trans->anon = NULL;
106 trans->anon = find_anon_mapping(trans);
114 * it's a sample from an anon region we couldn't find
300 .anon = NULL,
H A Dopd_ibs.c146 trans->anon = find_anon_mapping(trans);
154 * it's a sample from an anon region we couldn't find
/external/chromium_org/third_party/tlslite/tlslite/integration/
H A Dclienthelper.py23 anon = False):
78 self.anon = anon
112 elif self.anon:
H A Dhttptlsconnection.py32 anon=False):
106 anon)
/external/oprofile/libop/
H A Dop_mangle.c22 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/clang/test/PCH/Inputs/
H A Dnamespaces.h24 void anon() { } function in namespace:__anon18990
/external/clang/test/PCH/
H A Dnamespaces.cpp20 void(*funp1)() = anon;
/external/clang/test/SemaCXX/
H A Dconstructor.cpp29 extern const Anon anon;
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepout-scope-part1.js162 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/libpp/
H A Dparse_filename.cpp63 * 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/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationImpl.java65 * @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/ipsec-tools/src/racoon/
H A Dremoteconf.c102 struct remoteconf *anon = NULL; local
146 anon = p;
149 if (allow_anon && anon != NULL) {
152 return anon;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dmap.c23 return !strcmp(filename, "//anon") ||
60 int anon, no_dso, vdso; local
62 anon = is_anon_memory(filename);
71 if (anon) {
87 if (anon || no_dso) {
/external/chromium_org/third_party/tlslite/tlslite/
H A Dtlsconnection.py1067 nextProtos=None, anon=False,
1173 nextProtos=nextProtos, anon=anon,
1184 nextProtos=None, anon=False,
1206 nextProtos=nextProtos, anon=anon,
1218 nextProtos, anon,
1224 if (not verifierDB) and (not certChain) and not anon:
1257 anon, fallbackSCSV):
1375 sessionCache, anon, fallbackSCS
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dinterworking.c1359 char *anon; local
1364 anon = os_malloc(buflen);
1365 if (anon == NULL)
1367 os_snprintf(anon, buflen, "anonymous%s", pos);
1370 anon = os_malloc(buflen);
1371 if (anon == NULL)
1373 os_snprintf(anon, buflen, "anonymous@%s", cred->realm);
1375 anon = os_strdup("anonymous");
1376 if (anon == NULL)
1379 if (wpa_config_set_quoted(ssid, "anonymous_identity", anon) <
[all...]
/external/chromium_org/third_party/tlslite/tests/
H A Dtlstest.py467 connection.handshakeServer(anon=True)
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 396 milliseconds