HomeSort by relevance Sort by last modified time
    Searched full:spoof (Results 1 - 25 of 44) sorted by null

1 2

  /external/icu4c/i18n/
uspoof_build.cpp 14 * Unicode Spoof Detection Data Builder
18 * There are three relatively independent sets of Spoof data,
69 // Set up a shell of a spoof detector, with empty data.
uspoof_impl.h 9 * Implemenation header for spoof detection
37 // Magic number for sanity checking spoof data.
84 // if a Spoof opportunity is detected.
113 // for this Spoof Checker. Defaults to all chars.
248 // A small class that wraps the raw (usually memory mapped) spoof data.
252 // 2. Reference counting. When a spoof checker is cloned, the raw data is shared
260 static SpoofData *getDefault(UErrorCode &status); // Load standard ICU spoof data.
261 SpoofData(UErrorCode &status); // Create new spoof data wrapper.
273 // Check raw Spoof Data Version compatibility.
279 // Clone of a user-level spoof detector increments the ref count on the data
    [all...]
uspoof_impl.cpp 129 // Binary search the spoof data key table for the inChar
325 // the state of the spoof checker.
330 // Store the updated spoof checker state.
468 // SpoofData::getDefault() - return a wrapper around the spoof data that is
525 // Spoof Data constructor for use from data builder.
535 // The spoof header should already be sized to be a multiple of 16 bytes.
580 // during the opening of a Spoof Checker from prebuilt data.
825 // uspoof_swap - byte swap and char encoding swap of spoof data
841 // Check that the data header is for spoof data.
870 // Get the Spoof Data Header, and check that it appears to be OK
    [all...]
i18n.vcxproj.filters 22 <Filter Include="spoof">
469 <Filter>spoof</Filter>
472 <Filter>spoof</Filter>
475 <Filter>spoof</Filter>
478 <Filter>spoof</Filter>
481 <Filter>spoof</Filter>
766 <Filter>spoof</Filter>
769 <Filter>spoof</Filter>
772 <Filter>spoof</Filter>
1010 <Filter>spoof</Filter>
    [all...]
uspoof_conf.h 46 // the spoof mappings. These strings will utimately end up in the
uspoof_wsconf.cpp 326 // Serialize the data to the Spoof Detector
375 // spoof detector data different, depending on how the detector was constructed.
  /external/icu4c/test/intltest/
itspoof.h 9 * IntlTestSpoof is the top level test class for the Unicode Spoof detection tests
itmajor.cpp 188 name = "spoof";
itspoof.cpp 62 if (exec) logln("TestSuite spoof: ");
344 errln("Skipping test spoof/testConfData. File confusables.txt not accessible.");
intltest.vcxproj.filters 7 <Filter Include="spoof detection">
74 <Filter>spoof detection</Filter>
462 <Filter>spoof detection</Filter>
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SecureViewOverlay.java 63 private void spoofLayout(View spoof, View original) {
72 spoof.layout(x, y, x + original.getWidth(), y + original.getHeight());
  /external/icu4c/i18n/unicode/
uspoof.h 14 * Unicode Spoof Detection
216 * Create a Unicode Spoof Checker, configured to perform all
222 * @return the newly created Spoof Checker
230 * Open a Spoof checker from its serialized from, stored in 32-bit-aligned memory.
233 * as long as the spoof checker, or any cloned copies of the spoof checker,
235 * The spoof checker (and any clones) must be closed prior to deleting the
238 * @param data a pointer to 32-bit-aligned memory containing the serialized form of spoof data
244 * @return the spoof checker.
255 * Open a Spoof Checker from the source form of the spoof data
    [all...]
  /external/icu4c/test/cintltst/
spooftest.c 13 * This is an API test for ICU spoof detection in plain C. It doesn't test very many cases, and doesn't
17 * More complete testing of spoof detection functionality is done with the C++ tests.
78 * Identifiers for verifying that spoof checking is minimally alive and working.
106 * Spoof Detction C API Tests
119 /* If things are so broken that we can't even open a default spoof checker, */
193 /* Serialize the default spoof checker */
202 /* Create a new spoof checker from the freshly serialized data */
208 /* Verify that the new spoof checker at least wiggles */
285 /* Verify that the cloned spoof checker is alive */
cintltst.vcxproj.filters 49 <Filter Include="spoof">
298 <Filter>spoof</Filter>
  /external/icu4c/tools/gencfu/
gencfu.1.in 42 This source (.txt) format is also accepted by ICU spoof detectors.
gencfu.cpp 25 // is also accepted direaccepted by ICU spoof detedtors. The
178 // spoof detection data file parsing is dependent on regular expressions.
222 // Create the Spoof Detector from the source confusables files.
255 // Copy the data format version numbers from the spoof data header into the UDataMemory header.
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiver.java 50 // means someone has tried to spoof the message by delivering it outside the normal
  /frameworks/base/core/java/android/content/
IntentSender.java 225 * that an application can not spoof its package.
244 * that an application can not spoof its uid.
263 * that an application can not spoof its user. See
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 72 // means someone has tried to spoof the message by delivering it outside the normal
  /frameworks/base/docs/html/tools/debugging/
index.jd 39 capture screenshots, gather thread and stack information, spoof incoming calls and SMS
  /frameworks/base/core/java/android/app/
PendingIntent.java     [all...]
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 215 // spoof its package.
  /frameworks/base/sax/tests/saxtests/res/raw/
youtube.xml     [all...]
  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_base.mm 68 // If the superview is the infobar view, then subtract out the anti-spoof
  /external/chromium/third_party/libjingle/source/talk/base/
socketadapters.cc 70 // TODO: Spoof error better; Signal Writeable

Completed in 1248 milliseconds

1 2