Home
last modified time | relevance | path

Searched +full:case +full:- +full:sensitive (Results 1 – 25 of 664) sorted by relevance

12345678910>>...27

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacket.java9 * http://www.apache.org/licenses/LICENSE-2.0
103 data = new byte[p.length - HEADER_SIZE]; in Packet()
104 System.arraycopy(p, HEADER_SIZE, data, 0, p.length - HEADER_SIZE); in Packet()
164 case JDWPConstants.Tag.ARRAY_TAG: { in isValuePrimitiveType()
167 case JDWPConstants.Tag.BYTE_TAG: { in isValuePrimitiveType()
170 case JDWPConstants.Tag.CHAR_TAG: { in isValuePrimitiveType()
173 case JDWPConstants.Tag.OBJECT_TAG: { in isValuePrimitiveType()
176 case JDWPConstants.Tag.FLOAT_TAG: { in isValuePrimitiveType()
179 case JDWPConstants.Tag.DOUBLE_TAG: { in isValuePrimitiveType()
182 case JDWPConstants.Tag.INT_TAG: { in isValuePrimitiveType()
[all …]
/external/tpm2/
DCryptUtil.c39 case CRYPT_SUCCESS: in TranslateCryptErrors()
41 case CRYPT_FAIL: in TranslateCryptErrors()
43 case CRYPT_NO_RESULT: in TranslateCryptErrors()
45 case CRYPT_SCHEME: in TranslateCryptErrors()
47 case CRYPT_PARAMETER: in TranslateCryptErrors()
49 case CRYPT_UNDERFLOW: in TranslateCryptErrors()
51 case CRYPT_POINT: in TranslateCryptErrors()
53 case CRYPT_CANCEL: in TranslateCryptErrors()
139 return _cpri__GetContextAlg(&context->state); in CryptGetContextAlg()
162 hashState->type = HASH_STATE_EMPTY; in CryptStartHash()
[all …]
DObject_spt_fp.h3 * Use of this source code is governed by a BSD-style license that can be
32 TPMT_SENSITIVE *sensitive // OUT: sensitive structure
56 TPMT_SENSITIVE *sensitive // OUT: sensitive structure
68 UINT16 dataSize, // IN: the size of sensitive data, excluding the leading
70 BYTE *outerBuffer // IN/OUT: outer buffer with sensitive data in it
90 TPMT_SENSITIVE *sensitive, // IN: sensitive structure
108 TPMT_SENSITIVE *sensitive, // IN: sensitive structure
112 // is used when parentHandle is NULL, in which case
126 UINT16 dataSize, // IN: size of sensitive data in outerBuffer, including
129 BYTE *outerBuffer // IN/OUT: sensitive data
DObject.c63 // implementation-dependent allowed in range for loaded transient objects.
82 slotIndex = handle - TRANSIENT_FIRST; in ObjectIsPresent()
105 if( object->attributes.hmacSeq == SET in ObjectIsSequence()
106 || object->attributes.hashSeq == SET in ObjectIsSequence()
107 || object->attributes.eventSeq == SET) in ObjectIsSequence()
125 && handle - TRANSIENT_FIRST < MAX_LOADED_OBJECTS); in ObjectGet()
126 pAssert(s_objects[handle - TRANSIENT_FIRST].occupied == TRUE); in ObjectGet()
129 return &s_objects[handle - TRANSIENT_FIRST].object.entity; in ObjectGet()
147 if(object->publicArea.nameAlg == TPM_ALG_NULL) in ObjectGetName()
150 MemoryCopy(name, object->name.t.name, object->name.t.size, sizeof(NAME)); in ObjectGetName()
[all …]
DObject_spt.c39 if(publicArea1->nameAlg != publicArea2->nameAlg) in EqualCryptSet()
42 if(publicArea1->type != publicArea2->type) in EqualCryptSet()
47 size1 = TPMU_PUBLIC_PARMS_Marshal(&publicArea1->parameters, &buffer, in EqualCryptSet()
48 &bufferSize, publicArea1->type); in EqualCryptSet()
51 size2 = TPMU_PUBLIC_PARMS_Marshal(&publicArea2->parameters, &buffer, in EqualCryptSet()
52 &bufferSize, publicArea2->type); in EqualCryptSet()
61 // Get the size of TPM2B_IV in canonical form that will be append to the start of the sensitive
85 symAlg = protector->publicArea.parameters.asymDetail.symmetric.algorithm; in GetIV2BSize()
86 keyBits= protector->publicArea.parameters.asymDetail.symmetric.keyBits.sym; in GetIV2BSize()
96 // This function retrieves the symmetric protection key parameters for the sensitive data The p…
[all …]
/external/webrtc/webrtc/system_wrappers/include/
Ddata_log.h4 * Use of this source code is governed by a BSD-style license
16 // col1,col2,col3,multi-value-col4[3],,,col5
17 // 123,10.2,-243,1,2,3,100
19 // 13,16.4,-13,1,2,3,300
21 // As can be seen in the example, a multi-value-column is specified with the
23 // number of elements - 1 empty columns.
25 // Without multi-value-columns this format can be natively by Matlab. With
26 // multi-value-columns a small Matlab script is needed, available at
29 // Table names and column names are case sensitive.
55 // table_name + _ + table_id. The new string will be lower-case.
[all …]
/external/webrtc/webrtc/base/
Dhttpcommon.cc4 * Use of this source code is governed by a BSD-style license
28 #include "webrtc/base/httpcommon-inl.h"
42 // Enum - TODO: expose globally later?
99 "Cache-Control",
101 "Content-Disposition",
102 "Content-Length",
103 "Content-Range",
104 "Content-Type",
110 "If-Modified-Since",
111 "If-None-Match",
[all …]
/external/autotest/client/cros/cellular/pseudomodem/
Dclient.py4 # Use of this source code is governed by a BSD-style license that can be
88 'PseudoModemManager: ' + e.get_dbus_name() + ' - ' +
112 strings containing non-numeric characters for the sender field
127 'PseudoModemManager: ' + e.get_dbus_name() + ' - ' +
144 set pco <pco-value>
155 print '\nExpected: pco <pco-value>. Found: ' + args + '\n'
164 'PseudoModemManager: ' + e.get_dbus_name() + ' - ' +
173 print ('\nUsage: set pco <pco-value>\n<pco-value> can be empty to set'
194 @param machine: Case sensitive name of the machine.
215 print ('\nUsage: is_waiting <state-machine-name>\n'
[all …]
/external/icu/icu4c/source/common/unicode/
Ducasemap.h6 * Copyright (C) 2005-2012, International Business Machines
11 * encoding: US-ASCII
18 * Case mapping service object and functions using it.
30 * \brief C API: Unicode case mapping functions using a UCaseMap service object.
38 * ucasemap_utf8XYZ() functions operate directly on UTF-8 strings.
42 * UCaseMap is an opaque service object for newer ICU case mapping functions.
54 * @param locale ICU locale ID, used for language-dependent
55 * upper-/lower-/title-casing according to the Unicode standard.
57 * @param options Options bit set, used for case folding and string comparisons.
102 * Get the locale ID that is used for language-dependent case mappings.
[all …]
/external/syslinux/com32/cmenu/
DREADME2 ---------------------------------
17 The resulting code is a 32-bit COMBOOT code, and hence can be executed
28 * Context sensitive help
41 --------
67 sensitive help. See complex.c for how to use this hook to implement
68 a context sensitive help system as well as "On the fly" editing
71 With each item one can register a shortcut key from [A-Za-z0-9].
75 the lower case version of the first char of the item in the range
76 [A-Za-z0-9].
81 [A-Za-z0-9] is converted to lower case and set as the shortcut key.
[all …]
DMANUAL2 ----------------------------------------------
15 * Context sensitive help
27 -----------
38 ------------------------------
41 calls, a value of -1 indicates that the default value be used.
51 // -1 means choose defaults (Actually the next 4 lines are not needed)
52 set_normal_attr (-1,-1,-1,-1);
53 set_status_info (-1,-1);
54 set_title_info (-1,-1);
55 set_misc_info(-1,-1,-1,-1);
[all …]
/external/clang/test/Analysis/
Dunreachable-code-path.c1 …ng_cc1 -analyze -analyzer-checker=core,deadcode.DeadStores,alpha.deadcode.UnreachableCode -verify
5 // The first few tests are non-path specific - we should be able to find them
9 a += 5; // expected-warning{{never executed}} in test()
10 case 2: in test()
12 case 3: in test()
24 foo(a); // expected-warning{{never executed}} in test2()
30 if (a > 5) { // expected-warning{{never executed}} in test3()
35 // These next tests are path-sensitive
41 a -= 2; in test4()
44 a = a + 56; // expected-warning{{never executed}} in test4()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCaseMap.java14 * Low-level case mapping options and methods. Immutable.
55 * @return Case folding object with default options.
62 * omits unchanged text when case-mapping with {@link Edits}.
91 * Casing is locale-dependent and context-sensitive.
134 * Casing is locale-dependent and context-sensitive.
180 * does not lowercase non-initial parts of words when titlecasing.
204 * <p>This follows Unicode 4 &amp; 5 section 3.13 Default Case Operations:
221 * Casing is locale-dependent and context-sensitive.
257 * Case folding options and methods. Immutable.
286 * included for the Turkic-specific mappings.
[all …]
/external/clang/docs/analyzer/
DIPA.txt5 inlining. The major one is -analyzer-config ipa:
7 -analyzer-config ipa=none - All inlining is disabled. This is the only mode
10 -analyzer-config ipa=basic-inlining - Turns on inlining for C functions, C++
11 static member functions, and blocks -- essentially, the calls that behave
15 -analyzer-config ipa=inlining - Turns on inlining when we can confidently find
17 functions, devirtualized C++ methods, Objective-C class methods, Objective-C
21 -analyzer-config ipa=dynamic - Inline instance methods for which the type is
25 -analyzer-config ipa=dynamic-bifurcate - Same as -analyzer-config ipa=dynamic,
30 Currently, -analyzer-config ipa=dynamic-bifurcate is the default mode.
32 While -analyzer-config ipa determines in general how aggressively the analyzer
[all …]
/external/webrtc/webrtc/system_wrappers/source/
Ddata_log.cc4 * Use of this source code is governed by a BSD-style license
31 // The string index is treated in a case sensitive way.
39 // column_name is treated in a case sensitive way.
45 // column_name is treated in a case sensitive way.
58 // each column and the length of the column (1 for one-value-columns and greater
59 // than 1 for multi-value-columns).
66 // multi-value-column if multi_value_length is greater than 1.
67 // column_name is treated in a case sensitive way.
77 // column_name is treated in a case sensitive way.
113 delete it->second; in ~Row()
[all …]
/external/wpa_supplicant_8/src/utils/
Dos_none.c3 * Copyright (c) 2005-2006, Jouni Malinen <j@w1.fi>
9 * functions here do not really work as-is since they are just empty or only
25 return -1; in os_get_time()
31 return -1; in os_get_reltime()
38 return -1; in os_mktime()
43 return -1; in os_gmtime()
49 return -1; in os_daemonize()
60 return -1; in os_get_random()
89 return -1; in os_setenv()
95 return -1; in os_unsetenv()
[all …]
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/user/
DUserAccount.groovy8 * http://www.apache.org/licenses/LICENSE-2.0
42 * This implementation uses standard (case-sensitive) String comparison. Subclasses can provide
46 * @param password - the password to compare against the configured value
49 * @throws AssertionError - if the username property is null
66 * This implementation uses standard (case-sensitive) String comparison. Subclasses can provide
70 * @param password - the password to compare against the configured value
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCaseMap.java13 * Low-level case mapping options and methods. Immutable.
57 * @return Case folding object with default options.
65 * omits unchanged text when case-mapping with {@link Edits}.
97 * Casing is locale-dependent and context-sensitive.
143 * Casing is locale-dependent and context-sensitive.
192 * does not lowercase non-initial parts of words when titlecasing.
217 * <p>This follows Unicode 4 &amp; 5 section 3.13 Default Case Operations:
235 * Casing is locale-dependent and context-sensitive.
272 * Case folding options and methods. Immutable.
303 * included for the Turkic-specific mappings.
[all …]
/external/libchrome/base/strings/
Dstring_util.h2 // Use of this source code is governed by a BSD-style license that can be
32 // C standard-library functions that aren't cross-platform are provided as
34 // then implemented as inline calls to the platform-specific equivalents in the
35 // platform-specific headers.
37 // Wrapper for vsnprintf that always null-terminates and always returns the
62 // BSD-style safe and consistent string copy functions.
64 // Copies at most |dst_size|-1 characters, and always NULL terminates |dst|, as
78 // - 's' and 'c' without an 'l' length modifier. %s and %c operate on char
81 // - 'S' and 'C', which operate on wchar_t data on all systems except Windows,
84 // - 'F', which is not identified by Windows wprintf documentation.
[all …]
Dstring_util_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
67 return prev != output->length(); in Truncated()
80 EXPECT_FALSE(Truncated("\xe1\x80\xbf", static_cast<size_t>(-1), &output)); in TEST()
161 // BOMs in UTF-16(BE|LE) and UTF-32(BE|LE) in TEST()
188 // Non-characters : U+xxFFF[EF] where xx is 0x00 through 0x10 and <FDD0,FDEF> in TEST()
200 // Strings in legacy encodings that are valid in UTF-8, but in TEST()
201 // are invalid as UTF-8 in real data. in TEST()
218 // "abc" with U+201[CD] in windows-125[0-8] in TEST()
222 // U+0639 U+064E U+0644 U+064E in ISO-8859-6 in TEST()
226 // U+03B3 U+03B5 U+03B9 U+03AC in ISO-8859-7 in TEST()
[all …]
/external/fonttools/Lib/fontTools/ttLib/tables/
Dtable_API_readme.txt11 fact that we need to map TT table tags (which are case sensitive)
12 to filenames (which on Mac and Win aren't case sensitive) as well
14 [A-Za-z0-9_] and cannot start with a number.
/external/llvm/docs/
DAliasAnalysis.rst14 different ways of classifying them: flow-sensitive vs. flow-insensitive,
15 context-sensitive vs. context-insensitive, field-sensitive
16 vs. field-insensitive, unification-based vs. subset-based, etc. Traditionally,
27 are assumed to be flow-insensitive). In addition to simple alias analysis
57 --------------------------
69 .. code-block:: c++
77 C[1] = A[9-i]; /* One byte store */
80 In this case, the ``basicaa`` pass will disambiguate the stores to ``C[0]`` and
82 the accesses are each one byte. In this case, the Loop Invariant Code Motion
86 .. code-block:: c++
[all …]
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/helpers/
DLogLog.java2 * Copyright 2001-2004 The Apache Software Foundation.
8 * http://www.apache.org/licenses/LICENSE-2.0
38 Defining this value makes log4j print log4j-internal debug
43 <p>Note that the search for all option names is case sensitive. */
47 Defining this value makes log4j components print log4j-internal
52 <p>Note that the search for all option names is case sensitive.
/external/clang/lib/Analysis/
DProgramPoint.cpp1 //==- ProgramPoint.cpp - Program Points for Path-Sensitive Analysis -*- C++ -*-/
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
27 case ProgramPoint::PreStmtKind: in getProgramPoint()
29 case ProgramPoint::PostStmtKind: in getProgramPoint()
31 case ProgramPoint::PreLoadKind: in getProgramPoint()
33 case ProgramPoint::PostLoadKind: in getProgramPoint()
35 case ProgramPoint::PreStoreKind: in getProgramPoint()
37 case ProgramPoint::PostLValueKind: in getProgramPoint()
39 case ProgramPoint::PostStmtPurgeDeadSymbolsKind: in getProgramPoint()
[all …]
/external/clang/test/VFS/Inputs/
Dunknown-value.yaml3 'case-sensitive': 'Maybe?',

12345678910>>...27