HomeSort by relevance Sort by last modified time
    Searched refs:Modified (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp     [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp     [all...]
ARMLoadStoreOptimizer.cpp     [all...]
  /external/protobuf/python/google/protobuf/internal/
python_message.py     [all...]
  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py     [all...]
  /prebuilts/go/darwin-x86/src/net/http/
fs.go 101 // handles If-Match, If-Unmodified-Since, If-None-Match, If-Modified-Since,
112 // includes it in a Last-Modified header in the response. If the
113 // request includes an If-Modified-Since header, ServeContent uses
358 // The Date-Modified header truncates sub-second precision, so
401 ims := r.Header.Get("If-Modified-Since")
409 // The Date-Modified header truncates sub-second precision, so
457 w.Header().Set("Last-Modified", modtime.UTC().Format(TimeFormat))
465 // guiding cache updates (e.g., Last-Modified might be useful if the
471 delete(h, "Last-Modified")
587 w.Header().Set("Last-Modified", d.ModTime().UTC().Format(TimeFormat)
    [all...]
fs_test.go 699 lastMod := res.Header.Get("Last-Modified")
701 t.Fatalf("initial Last-Modified = %q; want %q", lastMod, fileModStr)
705 req.Header.Set("If-Modified-Since", lastMod)
712 t.Fatalf("Code after If-Modified-Since request = %v; want 304", res.StatusCode)
724 t.Fatalf("Code after second If-Modified-Since request = %v; want 200; res is %#v", res.StatusCode, res)
789 serveETag: `"foo"`, // Last-Modified sent only when no ETag
792 "If-Modified-Since": htmlModTime.UTC().Format(TimeFormat),
799 serveETag: `"foo"`, // Last-Modified sent only when no ETag
802 "If-Modified-Since": htmlModTime.UTC().Format(TimeFormat),
1013 if g, e := res.Header.Get("Last-Modified"), tt.wantLastMod; g != e
    [all...]
status.go 96 StatusNotModified: "Not Modified",
  /prebuilts/go/linux-x86/src/net/http/
fs.go 101 // handles If-Match, If-Unmodified-Since, If-None-Match, If-Modified-Since,
112 // includes it in a Last-Modified header in the response. If the
113 // request includes an If-Modified-Since header, ServeContent uses
358 // The Date-Modified header truncates sub-second precision, so
401 ims := r.Header.Get("If-Modified-Since")
409 // The Date-Modified header truncates sub-second precision, so
457 w.Header().Set("Last-Modified", modtime.UTC().Format(TimeFormat))
465 // guiding cache updates (e.g., Last-Modified might be useful if the
471 delete(h, "Last-Modified")
587 w.Header().Set("Last-Modified", d.ModTime().UTC().Format(TimeFormat)
    [all...]
fs_test.go 699 lastMod := res.Header.Get("Last-Modified")
701 t.Fatalf("initial Last-Modified = %q; want %q", lastMod, fileModStr)
705 req.Header.Set("If-Modified-Since", lastMod)
712 t.Fatalf("Code after If-Modified-Since request = %v; want 304", res.StatusCode)
724 t.Fatalf("Code after second If-Modified-Since request = %v; want 200; res is %#v", res.StatusCode, res)
789 serveETag: `"foo"`, // Last-Modified sent only when no ETag
792 "If-Modified-Since": htmlModTime.UTC().Format(TimeFormat),
799 serveETag: `"foo"`, // Last-Modified sent only when no ETag
802 "If-Modified-Since": htmlModTime.UTC().Format(TimeFormat),
1013 if g, e := res.Header.Get("Last-Modified"), tt.wantLastMod; g != e
    [all...]
status.go 96 StatusNotModified: "Not Modified",
  /external/mesa3d/docs/
MESA_shader_debug.spec 20 Last Modified Date: July 30, 2006
MESA_multithread_makecurrent.spec 19 Last Modified Date: 21 February 2011
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiSdt.h 102 BOOLEAN Modified;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPciUpdate.h 222 BOOLEAN Modified;
  /external/autotest/site_utils/
server_manager_utils.py 87 Date Modified: None
106 Date Modified: None
137 Hostname | Status | Roles | Date Created | Date Modified | Note
149 'date_modified': 'Date Modified',
  /external/freetype/include/freetype/
tttables.h 12 /* modified, and distributed under the terms of the FreeType project */
95 FT_Long Modified[2];
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
tttables.h 12 /* modified, and distributed under the terms of the FreeType project */
94 FT_Long Modified[2];
    [all...]
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 7 # Modified to remove non-deterministic system calls
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
tttables.h 12 /* modified, and distributed under the terms of the FreeType project */
94 FT_Long Modified[2];
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMExpandPseudoInsts.cpp     [all...]
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 19 Last Modified Date: July 20, 2003
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]
  /hardware/invensense/65xx/libsensors_iio/
Android.mk 14 # Modified 2011 by InvenSense, Inc
  /prebuilts/go/darwin-x86/src/runtime/
sqrt.go 6 // Modified to not use any floating point arithmetic so

Completed in 921 milliseconds

1 23 4 5