HomeSort by relevance Sort by last modified time
    Searched refs:fe (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/libppp/src/
filter.c 245 struct filterent fe; local
271 memset(&fe, '\0', sizeof fe);
292 fe.f_action = action;
298 fe.f_invert = 1;
303 ncprange_init(&fe.f_src);
304 ncprange_init(&fe.f_dst);
313 ncprange_aton(&fe.f_src, ncp, *argv)) {
314 family = ncprange_family(&fe.f_src);
315 if (!ncprange_getwidth(&fe.f_src, &width)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9IntegerConverter.java 17 ECFieldElement fe)
19 return (fe.getFieldSize() + 7) / 8;
  /external/valgrind/main/none/tests/ppc32/
lsw.stdout.exp 1 ------ lswi n == 8 (fe special cased) ------
46 ------ stswi n == 8 (fe special cased) ------
  /external/valgrind/main/none/tests/ppc64/
lsw.stdout.exp 1 ------ lswi n == 8 (fe special cased) ------
46 ------ stswi n == 8 (fe special cased) ------
  /external/zlib/src/watcom/
watcom_l.mak 35 $(LINKER) -fe=example.exe example.obj $(ZLIB_LIB)
38 $(LINKER) -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)
watcom_f.mak 35 $(LINKER) -ldos32a -fe=example.exe example.obj $(ZLIB_LIB)
38 $(LINKER) -ldos32a -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)
  /external/chromium_org/components/autofill/content/renderer/
password_autofill_agent.cc 54 static bool FindFormInputElements(WebKit::WebFormElement* fe,
62 fe->getNamedElements(data.fields[j].name, temp_elements);
136 WebKit::WebFormElement fe = forms[i]; local
138 GURL full_action(f->document().completeURL(fe.action()));
149 if (!FindFormInputElements(&fe, data, curr_elements.get()))
153 // Note: this assignment adds a reference to |fe|.
154 curr_elements->form_element = fe;
164 void FillForm(FormElements* fe, const FormData& data) {
165 if (!fe->form_element.autoComplete())
172 for (FormInputElementMap::iterator it = fe->input_elements.begin()
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.stdout.exp 7 0 7f 03 00 08 fe 00 00 00 00 00 00 00 00 00 00 00
13 96 xx xx cf d1 f7 17 72 b1 fe 3f 00 00 00 00 00 00
18 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
21 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
24 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
25 288 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
28 336 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
29 352 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
32 400 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
75 0 7f 03 00 08 fe 00 00 00 00 00 00 00 00 00 00 00
    [all...]
  /device/lge/mako/
audio_effects.conf 87 uuid 0f8d0d2a-59e5-45fe-b6e4-248c8a799109
  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 212 int fe = stop & MASK; local
216 fb = fe - fb;
218 fe = 0;
228 n, coverage_to_partial_alpha(fe),
538 int fe = stop & MASK; local
545 add_aa_span(row, coverage_to_partial_alpha(fe - fb));
551 n, coverage_to_partial_alpha(fe),
  /external/skia/src/core/
SkScan_AntiPath.cpp 212 int fe = stop & MASK; local
216 fb = fe - fb;
218 fe = 0;
228 n, coverage_to_partial_alpha(fe),
538 int fe = stop & MASK; local
545 add_aa_span(row, coverage_to_partial_alpha(fe - fb));
551 n, coverage_to_partial_alpha(fe),
  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 182 fe = FunctionInformation.end(); fi != fe; ++fi) {
188 for (typename std::set<const FType*>::iterator FI = Functions.begin(), FE = Functions.end();
189 FI != FE; ++FI) {
198 for (typename std::set<const FType*>::iterator FI = Functions.begin(), FE = Functions.end();
199 FI != FE; ++FI) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /external/valgrind/main/memcheck/tests/x86/
fxsave.stdout.exp 10 80 xx xx cf d1 f7 17 72 b1 fe 3f 00 00 00 00 00 00
16 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
78 80 xx xx cf d1 f7 17 72 b1 fe 3f 00 00 00 00 00 00
84 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java 448 } catch (FormatException fe) {
450 Log.v(TAG, "Cannot parse " + line, fe);
  /dalvik/tests/064-field-access/src/
Main.java 31 } catch (VerifyError fe) {
  /external/clang/lib/Frontend/
CacheTokens.cpp 59 union { const FileEntry* FE; const char* Path; };
64 PTHEntryKeyVariant(const FileEntry *fe) : FE(fe), Kind(IsFE), Data(0) {}
75 return Kind == IsFE ? FE->getName() : Path;
84 llvm::sys::fs::UniqueID UID = FE->getUniqueID();
87 ::Emit64(Out, FE->getModificationTime());
88 ::Emit64(Out, FE->getSize());
474 const FileEntry *FE = C.OrigEntry;
477 if (llvm::sys::path::is_relative(FE->getName())
    [all...]
  /external/valgrind/main/none/tests/amd64/
slahf-amd64.stdout.exp 257 fe -> d600
  /packages/apps/Settings/src/com/android/settings/users/
RestrictedProfileSettings.java 458 } catch (FileNotFoundException fe) {
471 } catch (FileNotFoundException fe) {
  /external/clang/test/SemaCXX/
conditional-expr.cpp 278 fa, fb, fc, fd, fe, ff enumerator in enum:test1::A::Foo
  /external/chromium_org/net/quic/crypto/
common_cert_set_51_100.inc 26 4e:dc:7c:bc:3c:45:1c:bb:2b:e0:fe:29:02:f9:57:
28 2a:aa:a6:42:b3:8f:f8:b9:55:b7:b1:b7:4b:b3:fe:
38 21:93:d9:14:fe:ac:2a:52:c7:8f:d5:04:49:e4:8d:
39 63:47:88:3c:69:83:cb:fe:47:bd:2b:7e:4f:c5:95:
68 0f:25:ae:48:ed:1b:33:85:4c:0c:b5:c2:d7:fe:4d:d6:83:28:
69 4c:41:65:60:00:0b:77:48:71:82:fe:7f:db:5a:0e:20:cc:d2:
233 33:34:20:fe:97:6e:9c:ac:3a:fd:e6:fd:83:5f:75:
240 d8:07:8d:35:b8:d0:16:a1:74:fe:4a:1b:70:a8:a9:
281 7a:fe:ad:6b:4b:99:b6:00:c9:62:76:7e:98:9a:a2:49:1c:86:
436 4e:dc:7c:bc:3c:45:1c:bb:2b:e0:fe:29:02:f9:57
    [all...]
  /external/libmtp/src/
ptp-pack.c     [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 54 __m128i abs_p1q1, abs_p0q0, abs_q1q0, fe, ff, work; local
58 fe = _mm_set1_epi8(0xfe);
69 abs_p1q1 = _mm_srli_epi16(_mm_and_si128(abs_p1q1, fe), 1);
433 const __m128i fe = _mm_set1_epi8(0xfe); local
445 abs_p1q1 = _mm_srli_epi16(_mm_and_si128(abs_p1q1, fe), 1);
897 const __m128i fe = _mm_set1_epi8(0xfe); local
    [all...]
  /art/test/064-field-access/src/
Main.java 30 } catch (VerifyError fe) {
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java     [all...]

Completed in 2072 milliseconds

1 2 3