HomeSort by relevance Sort by last modified time
    Searched refs:outKey (Results 1 - 15 of 15) sorted by null

  /external/mdnsresponder/mDNSWindows/
Secret.h 30 LsaGetSecret( const char * inDomain, char * outDomain, unsigned outDomainLength, char * outKey, unsigned outKeyLength, char * outSecret, unsigned outSecretLength );
Secret.c 38 LsaGetSecret( const char * inDomain, char * outDomain, unsigned outDomainSize, char * outKey, unsigned outKeySize, char * outSecret, unsigned outSecretSize )
52 check( outKey );
110 err = MakeUTF8StringFromLsaString( outKey, outKeySize, keyLSA );
112 require_action( outKey[0] == '$', exit, err = kUnknownErr );
113 memcpy( outKey, outKey + 1, strlen( outKey ) );
mDNSWin32.c     [all...]
  /external/mdnsresponder/mDNSWindows/ControlPanel/
SharedSecret.cpp 82 char outKey[ 256 ];
87 if ( LsaGetSecret( zoneUTF8, outDomain, sizeof( outDomain ) / sizeof( TCHAR ), outKey, sizeof( outKey ) / sizeof( TCHAR ), outSecret, sizeof( outSecret ) / sizeof( TCHAR ) ) )
89 m_key = outKey;
  /external/skia/samplecode/
SampleCode.cpp 29 bool SampleCode::KeyQ(const SkEvent& evt, SkKey* outKey) {
31 if (outKey) {
32 *outKey = (SkKey)evt.getFast32();
SampleCode.h 36 static bool KeyQ(const SkEvent&, SkKey* outKey);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
OpenMapRealMatrix.java 208 final int outKey = out.computeKey(i, j);
210 out.entries.get(outKey) + value * m.entries.get(rightKey);
212 out.entries.remove(outKey);
214 out.entries.put(outKey, outValue);
  /frameworks/native/include/input/
KeyCharacterMap.h 236 bool getKey(int32_t keyCode, const Key** outKey) const;
238 const Key** outKey, const Behavior** outBehavior) const;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.cpp 145 * @param outKey the output key
149 int *const outKey) const {
163 if (outKey) {
164 *outKey = entry.getKey();
trie_map.h 317 int *const outKey) const;
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 404 bool KeyCharacterMap::getKey(int32_t keyCode, const Key** outKey) const {
407 *outKey = mKeys.valueAt(index);
414 const Key** outKey, const Behavior** outBehavior) const {
420 *outKey = key;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationTest.java     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationTest.java     [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 951 milliseconds