HomeSort by relevance Sort by last modified time
    Searched refs:modified (Results 176 - 200 of 700) sorted by null

1 2 3 4 5 6 78 91011>>

  /compatibility/cdd/9_security-model/
9_10_device-integrity.md 29 * [C-7-1] MUST NOT allow verified partitions on the device to be modified
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
README.txt 36 The "PcdFdtDevicePaths" PCD is a dynamic PCD that can be modified during the
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.asm 171 push 0 ; push vector number - will be modified before installed
429 ;; NOTE - modified segment registers could hang the debugger... We
446 ;; itself. It may have been modified by the debug agent, so we need to
449 mov ebx, [esp + 12] ; move the potentially modified AppEsp into ebx
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 168 push 0 ; push vector number - will be modified before installed
460 ;; NOTE - modified segment registers could hang the debugger... We
483 ;; itself. It may have been modified by the debug agent, so we need to
486 mov rbx, [rsp + 24] ; move the potentially modified AppRsp into rbx
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/
CpuIA32.asm 5 ; be modified by the user, subject to additional terms of the
  /external/ImageMagick/www/api/
composite.php 78 <dd>the canvas image, modified by he composition </dd>
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 2075 ArrayList<ApplicationInfo> modified = null; local
    [all...]
  /prebuilts/go/darwin-x86/src/go/ast/
example_test.go 182 // Print the modified AST.
  /prebuilts/go/linux-x86/src/go/ast/
example_test.go 182 // Print the modified AST.
  /prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/
trove4j-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-site-renderer/1.0/
doxia-site-renderer-1.0.jar 
  /external/autotest/cli/
server.py 361 @return: The updated server object if it is modified successfully.
382 print 'Server %s is modified successfully.' % self.hostname
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta.c 249 if (!device->meta_state.cache.modified)
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 57 /// *not* copied, and must not be modified after this constructor is called.
84 /// *not* copied, and must not be modified after this constructor is called.
  /external/guava/guava/src/com/google/common/collect/
Iterators.java 233 boolean modified = false;
237 modified = true;
240 return modified;
353 * @return {@code true} if {@code collection} was modified as a result of this
    [all...]
  /external/openssh/
channels.c 2470 struct sshbuf *original = NULL, *modified = NULL; local
    [all...]
  /libcore/ojluni/src/main/java/java/util/
ArrayList.java 77 * if the list is structurally modified at any time after the iterator is
578 * undefined if the specified collection is modified while the operation
717 boolean modified = false;
737 modified = true;
740 return modified;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 289 PyObject *modified = PyUnicode_FromUnicode(NULL, output_len + 1); local
290 if (modified == NULL)
292 out = PyUnicode_AS_UNICODE(modified);
297 output = modified;
314 PyObject *modified = PyUnicode_FromUnicode( local
317 if (modified == NULL)
320 output = modified;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 280 PyObject *modified = PyUnicode_FromUnicode(NULL, output_len + 1); local
281 if (modified == NULL)
283 out = PyUnicode_AS_UNICODE(modified);
288 output = modified;
305 PyObject *modified = PyUnicode_FromUnicode( local
308 if (modified == NULL)
311 output = modified;
    [all...]
  /external/python/cpython2/Modules/_io/
textio.c 289 PyObject *modified = PyUnicode_FromUnicode(NULL, output_len + 1); local
290 if (modified == NULL)
292 out = PyUnicode_AS_UNICODE(modified);
297 output = modified;
314 PyObject *modified = PyUnicode_FromUnicode( local
317 if (modified == NULL)
320 output = modified;
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.2/
kotlin-gradle-plugin-core-1.0.2.jar 
  /external/icu/icu4c/source/common/
messagepattern.cpp 348 UnicodeString modified(msg);
354 modified.insert(part.index, (UChar)part.value);
357 return modified;
    [all...]

Completed in 2478 milliseconds

1 2 3 4 5 6 78 91011>>