Searched refs:pe (Results 1 - 25 of 256) sorted by relevance

1234567891011

/external/stressapptest/src/
H A Dqueue.h50 static inline void init_pe(struct page_entry *pe) { argument
51 pe->offset = 0;
52 pe->addr = NULL;
53 pe->pattern = NULL;
54 pe->tag = kInvalidTag;
55 pe->touch = 0;
56 pe->ts = 0;
57 pe->lastpattern = NULL;
68 int Push(struct page_entry *pe);
70 int PopRandom(struct page_entry *pe);
[all...]
H A Dfinelock_queue.h39 bool GetEmpty(struct page_entry *pe);
40 bool GetValid(struct page_entry *pe);
41 bool PutEmpty(struct page_entry *pe);
42 bool PutValid(struct page_entry *pe);
45 bool GetEmpty(struct page_entry *pe, int32 tag);
46 bool GetValid(struct page_entry *pe, int32 tag);
49 bool GetPageFromPhysical(uint64 paddr, struct page_entry *pe);
65 static bool page_is_valid(struct page_entry *pe) { argument
66 return pe->pattern != NULL;
69 static bool page_is_empty(struct page_entry *pe) { argument
[all...]
H A Dfinelock_queue.cc33 // null (pe->pattern == 0)
224 struct page_entry pe; local
230 int gotpage = GetPageFromPhysical(paddr, &pe);
236 uint64 addr_diff = paddr - pe.paddr;
241 reinterpret_cast<char*>(os->PrepareTestMem(pe.offset, page_size_));
243 os->ReleaseTestMem(vaddr, pe.offset, page_size_);
254 if (pe.lastpattern) {
258 data.l32.l = pe.lastpattern->pattern(offset << 1);
259 data.l32.h = pe.lastpattern->pattern((offset << 1) + 1);
262 pe
270 GetPageFromPhysical(uint64 paddr, struct page_entry *pe) argument
327 GetRandomWithPredicateTag(struct page_entry *pe, bool (*pred_func)(struct page_entry*), int32 tag) argument
387 GetRandomWithPredicate(struct page_entry *pe, bool (*pred_func)(struct page_entry*)) argument
397 GetValid(struct page_entry *pe) argument
401 GetValid(struct page_entry *pe, int32 mask) argument
409 GetEmpty(struct page_entry *pe, int32 mask) argument
412 GetEmpty(struct page_entry *pe) argument
420 PutEmpty(struct page_entry *pe) argument
438 PutValid(struct page_entry *pe) argument
[all...]
H A Dqueue.cc45 int PageEntryQueue::Push(struct page_entry *pe) { argument
49 if (!pe)
56 pages_[nextin_] = *pe;
70 int PageEntryQueue::PopRandom(struct page_entry *pe) { argument
77 if (!pe)
107 *pe = pages_[nextout_];
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DPrivilegedActionException2Test.java30 PrivilegedActionException pe = new PrivilegedActionException(e);
31 assertEquals("Did not encapsulate test exception!", e, pe
35 pe = new PrivilegedActionException(null);
36 assertNull("Did not encapsulate null test exception properly!", pe
45 PrivilegedActionException pe = new PrivilegedActionException(e);
46 assertEquals("Did not encapsulate test IOException!", e, pe
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_build.cpp50 int32_t *errorType, UParseError *pe, UErrorCode *status) {
62 if (pe != NULL) {
63 pe->line = 0;
64 pe->offset = 0;
65 pe->preContext[0] = 0;
66 pe->postContext[0] = 0;
74 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
75 buildWSConfusableData(This, confusablesWholeScript, confusablesWholeScriptLen, pe, *status);
48 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, const char *confusablesWholeScript, int32_t confusablesWholeScriptLen, int32_t *errorType, UParseError *pe, UErrorCode *status) argument
H A Duregexc.cpp27 UParseError *pe,
38 return uregex_open(patString.getBuffer(), patString.length(), flags, pe, status);
25 uregex_openC( const char *pattern, uint32_t flags, UParseError *pe, UErrorCode *status) argument
/external/icu/icu4c/source/i18n/
H A Duspoof_build.cpp50 int32_t *errorType, UParseError *pe, UErrorCode *status) {
62 if (pe != NULL) {
63 pe->line = 0;
64 pe->offset = 0;
65 pe->preContext[0] = 0;
66 pe->postContext[0] = 0;
74 ConfusabledataBuilder::buildConfusableData(This, confusables, confusablesLen, errorType, pe, *status);
75 buildWSConfusableData(This, confusablesWholeScript, confusablesWholeScriptLen, pe, *status);
48 uspoof_openFromSource(const char *confusables, int32_t confusablesLen, const char *confusablesWholeScript, int32_t confusablesWholeScriptLen, int32_t *errorType, UParseError *pe, UErrorCode *status) argument
H A Duregexc.cpp27 UParseError *pe,
38 return uregex_open(patString.getBuffer(), patString.length(), flags, pe, status);
25 uregex_openC( const char *pattern, uint32_t flags, UParseError *pe, UErrorCode *status) argument
/external/chromium_org/tools/symsrc/
H A Dimg_fingerprint.py19 pe = pefile.PE(filename)
21 pe.FILE_HEADER.TimeDateStamp, pe.OPTIONAL_HEADER.SizeOfImage)
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-272564.js39 function pe(a, b, c) { function
46 pe(a, b, 0);
47 pe(a, b, 0);
48 %OptimizeFunctionOnNextCall(pe);
49 pe(a, b, 0);
/external/iproute2/lib/
H A Dinet_proto.c29 struct protoent *pe; local
34 pe = getprotobynumber(proto);
35 if (pe) {
37 strncpy(ncache, pe->p_name, 16);
38 strncpy(buf, pe->p_name, len);
49 struct protoent *pe; local
61 pe = getprotobyname(buf);
62 if (pe) {
63 icache = pe->p_proto;
64 strncpy(ncache, pe
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dbp_signal.c61 struct perf_event_attr pe; local
64 memset(&pe, 0, sizeof(struct perf_event_attr));
65 pe.type = PERF_TYPE_BREAKPOINT;
66 pe.size = sizeof(struct perf_event_attr);
68 pe.config = 0;
69 pe.bp_type = HW_BREAKPOINT_X;
70 pe.bp_addr = (unsigned long) fn;
71 pe.bp_len = sizeof(long);
73 pe.sample_period = 1;
74 pe
[all...]
H A Dbp_signal_overflow.c62 struct perf_event_attr pe; local
77 memset(&pe, 0, sizeof(struct perf_event_attr));
78 pe.type = PERF_TYPE_BREAKPOINT;
79 pe.size = sizeof(struct perf_event_attr);
81 pe.config = 0;
82 pe.bp_type = HW_BREAKPOINT_X;
83 pe.bp_addr = (unsigned long) test_function;
84 pe.bp_len = sizeof(long);
86 pe.sample_period = THRESHOLD;
87 pe
[all...]
/external/chromium_org/tools/checkbins/
H A Dcheckbins.py51 pe = pefile.PE(path, fast_load=True)
52 pe.parse_data_directories(directories=[
58 if pe.OPTIONAL_HEADER.DllCharacteristics & DYNAMICBASE_FLAG:
66 if pe.OPTIONAL_HEADER.DllCharacteristics & NXCOMPAT_FLAG:
81 if (pe.OPTIONAL_HEADER.DllCharacteristics & NO_SEH_FLAG or
82 (hasattr(pe, "DIRECTORY_ENTRY_LOAD_CONFIG") and
83 pe.DIRECTORY_ENTRY_LOAD_CONFIG.struct.SEHandlerCount > 0 and
84 pe.DIRECTORY_ENTRY_LOAD_CONFIG.struct.SEHandlerTable != 0) or
85 pe.FILE_HEADER.Machine == MACHINE_TYPE_AMD64):
94 if pe
[all...]
/external/chromium_org/third_party/skia/tests/
H A DAsADashTest.cpp15 SkAutoTUnref<SkCornerPathEffect> pe(SkCornerPathEffect::Create(1.0));
18 SkPathEffect::DashType dashType = pe->asADash(&info);
25 SkAutoTUnref<SkDashPathEffect> pe(SkDashPathEffect::Create(inIntervals, 4, phase));
27 SkPathEffect::DashType dashType = pe->asADash(NULL);
36 SkAutoTUnref<SkDashPathEffect> pe(SkDashPathEffect::Create(inIntervals, 4, phase));
40 SkPathEffect::DashType dashType = pe->asADash(&info);
48 pe->asADash(&info);
/external/skia/tests/
H A DAsADashTest.cpp15 SkAutoTUnref<SkCornerPathEffect> pe(SkCornerPathEffect::Create(1.0));
18 SkPathEffect::DashType dashType = pe->asADash(&info);
25 SkAutoTUnref<SkDashPathEffect> pe(SkDashPathEffect::Create(inIntervals, 4, phase));
27 SkPathEffect::DashType dashType = pe->asADash(NULL);
36 SkAutoTUnref<SkDashPathEffect> pe(SkDashPathEffect::Create(inIntervals, 4, phase));
40 SkPathEffect::DashType dashType = pe->asADash(&info);
48 pe->asADash(&info);
/external/chromium_org/sandbox/win/src/
H A Dresolver.cc50 base::win::PEImage pe(interceptor_module);
51 if (!pe.VerifyMagic())
54 *address = pe.GetProcAddress(interceptor_name);
H A Deat_resolver.cc69 base::win::PEImage pe(module);
70 if (!pe.VerifyMagic())
73 eat_entry_ = pe.GetExportEntry(function_name);
78 *address = pe.RVAToAddr(*eat_entry_);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStrokeInfo.h58 bool setDashInfo(const SkPathEffect* pe) { argument
59 if (pe && !fStroke.isFillStyle()) {
61 fDashType = pe->asADash(&fDashInfo);
65 pe->asADash(&fDashInfo);
89 const SkPathEffect* pe = paint.getPathEffect(); local
90 this->setDashInfo(pe);
/external/skia/src/gpu/
H A DGrStrokeInfo.h58 bool setDashInfo(const SkPathEffect* pe) { argument
59 if (NULL != pe && !fStroke.isFillStyle()) {
61 fDashType = pe->asADash(&fDashInfo);
65 pe->asADash(&fDashInfo);
89 const SkPathEffect* pe = paint.getPathEffect(); local
90 this->setDashInfo(pe);
/external/chromium_org/base/win/
H A Dpe_image_unittest.cc206 PEImage pe(module);
208 EXPECT_TRUE(pe.VerifyMagic());
210 DWORD os = pe.GetNTHeaders()->OptionalHeader.MajorOperatingSystemVersion;
211 os = os * 10 + pe.GetNTHeaders()->OptionalHeader.MinorOperatingSystemVersion;
217 pe.EnumSections(SectionsCallback, &count);
221 pe.EnumImportChunks(ImportChunksCallback, &count);
225 pe.EnumDelayImportChunks(DelayImportChunksCallback, &count);
229 pe.EnumExports(ExportsCallback, &count);
234 pe.EnumAllImports(ImportsCallback, &count);
239 pe
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducase.cpp142 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
143 uint16_t excWord=*pe++;
145 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c);
159 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
160 uint16_t excWord=*pe++;
162 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c);
176 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
177 uint16_t excWord=*pe++;
186 GET_SLOT_VALUE(excWord, idx, pe, c);
245 const uint16_t *pe0, *pe local
451 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
814 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2; local
958 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2; local
1104 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
1168 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2; local
[all...]
/external/icu/icu4c/source/common/
H A Ducase.cpp142 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
143 uint16_t excWord=*pe++;
145 GET_SLOT_VALUE(excWord, UCASE_EXC_LOWER, pe, c);
159 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
160 uint16_t excWord=*pe++;
162 GET_SLOT_VALUE(excWord, UCASE_EXC_UPPER, pe, c);
176 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
177 uint16_t excWord=*pe++;
186 GET_SLOT_VALUE(excWord, idx, pe, c);
245 const uint16_t *pe0, *pe local
451 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
814 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2; local
958 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2; local
1104 const uint16_t *pe=GET_EXCEPTIONS(csp, props); local
1168 const uint16_t *pe=GET_EXCEPTIONS(csp, props), *pe2; local
[all...]
/external/aac/libAACenc/src/
H A Dline_pe.h104 INT sfbPe[MAX_GROUPED_SFB]; /* pe for each sfb */
107 INT pe; /* sum of sfbPe */ member in struct:__anon108
114 INT pe; member in struct:__anon109

Completed in 646 milliseconds

1234567891011