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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/terms/
TermsProviderTest.java 16 package com.android.managedprovisioning.preprovisioning.terms;
58 List<TermsDocument> terms = mTermsProvider.getTerms(PROFILE_OWNER_PARAMS, 0); local
59 assertThat(terms.get(0).getHeading(), equalTo(stringGeneralPo));
60 assertThat(terms.get(0).getContent(), equalTo(stringAdminDisclaimerPo));
65 List<TermsDocument> terms = mTermsProvider.getTerms(DEVICE_OWNER_PARAMS, 0); local
66 assertThat(terms.get(0).getHeading(), equalTo(stringGeneralDo));
67 assertThat(terms.get(0).getContent(), equalTo(stringAdminDisclaimerDo));
74 List<TermsDocument> terms = mTermsProvider.getTerms(p, local
76 if (terms != null && !terms.isEmpty())
    [all...]
  /build/kati/
expr.cc 262 static size_t SkipSpaces(StringPiece s, const char* terms) {
265 if (strchr(terms, c))
283 Func* f, StringPiece s, size_t i, char* terms,
285 terms[1] = ',';
286 terms[2] = '\0';
287 i += SkipSpaces(s.substr(i), terms);
296 terms[1] = '\0'; // Drop ','.
314 Value* v = ParseExprImpl(loc, s.substr(i), terms, ParseExprOpt::FUNC,
322 f->name(), terms[0]);
325 if (s[i] == terms[0])
354 char terms[] = {cp, ':', ' ', 0}; local
    [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/
TermsActivity.java 16 package com.android.managedprovisioning.preprovisioning.terms;
46 * Activity responsible for displaying the Terms screen
73 setTitle(R.string.terms);
78 List<TermsDocument> terms = mTermsProvider.getTerms(params, 0); local
82 new TermsListAdapter(terms,
92 // Add default open terms to the expanded groups set.
93 for (int i = 0; i < terms.size(); i++) {
100 for (int i = 0; i < terms.size(); i++) {
110 mProvisioningAnalyticsTracker.logNumberOfTermsDisplayed(this, terms.size());
TermsDocument.java 16 package com.android.managedprovisioning.preprovisioning.terms;
  /system/update_engine/
test_http_server.cc 106 vector<string> terms = base::SplitString(lines[0], base::kWhitespaceASCII, local
109 CHECK_EQ(terms.size(), static_cast<vector<string>::size_type>(3));
110 CHECK_EQ(terms[0], "GET");
111 request->url = terms[1];
117 terms = base::SplitString(lines[i], base::kWhitespaceASCII,
120 if (terms[0] == "Range:") {
121 CHECK_EQ(terms.size(), static_cast<vector<string>::size_type>(2));
122 string &range = terms[1];
140 } else if (terms[0] == "Host:") {
141 CHECK_EQ(terms.size(), static_cast<vector<string>::size_type>(2))
511 vector<string> terms; member in class:chromeos_update_engine::UrlTerms
    [all...]
  /external/fec/
dotprod_sse2_assist.s 13 # May be used under the terms of the GNU Lesser General Public License (LGPL)
30 # SSE2 dot product loop unrolled 4 times, crunching 32 terms per loop
58 # SSE2 dot product loop, not unrolled, crunching 4 terms per loop
dotprod_mmx_assist.s 13 # May be used under the terms of the GNU Lesser General Public License (LGPL)
30 # MMX dot product loop unrolled 4 times, crunching 16 terms per loop
58 # MMX dot product loop, not unrolled, crunching 4 terms per loop
  /external/markdown/markdown/extensions/
def_list.py 37 terms = [l.strip() for l in block[:m.start()].split('\n') if l.strip()]
45 if not terms and sibling.tag == 'p':
46 # The previous paragraph contains the terms
48 terms = sibling.text.split('\n')
63 # Add terms
64 for term in terms:
  /external/icu/icu4c/source/extra/uconv/
resfiles.mk 2 # License & terms of use: http://www.unicode.org/copyright.html
  /external/wpa_supplicant_8/hs20/server/www/
free-remediation.php 9 <p>Terms and conditions have changed. You need to accept the new terms
12 <p>Terms and conditions..</p>
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspDebugLibSerialPort/Ia32/
FspDebug.s 5 # are licensed and made available under the terms and conditions of the BSD License
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
CpuBreakpoint.S 5 # are licensed and made available under the terms and conditions of the BSD License
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/X64/
fpu_rmode.S 5 # are licensed and made available under the terms and conditions of the BSD License
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmmInit.S 5 # are licensed and made available under the terms and conditions of the BSD License
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmmInit.S 5 # are licensed and made available under the terms and conditions of the BSD License
  /device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/AArch64/
GccSemihost.S 7 # are licensed and made available under the terms and conditions of the BSD License
  /device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/Arm/
GccSemihost.S 6 # are licensed and made available under the terms and conditions of the BSD License
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
CpuBreakpoint.S 5 # are licensed and made available under the terms and conditions of the BSD License
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/AArch64/
MemoryFence.S 8 # are licensed and made available under the terms and conditions of the BSD License
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
MemoryFence.S 8 # are licensed and made available under the terms and conditions of the BSD License
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 2 # License & terms of use: http://www.unicode.org/copyright.html
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
demo.bat 4 REM * License & terms of use: http://www.unicode.org/copyright.html#License
  /frameworks/av/media/libstagefright/foundation/
ADebug.cpp 107 const char *terms[] = { "omx", "video", "audio" }; local
108 for (size_t i = 0; i < NELEM(terms) && debugName != NULL; i++) {
109 const char *term = terms[i];
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
memcpy.asm 6 // are licensed and made available under the terms and conditions of the BSD License
modsi3.S 6 # are licensed and made available under the terms and conditions of the BSD License

Completed in 525 milliseconds

1 2 3 4 5 6 7 8 91011>>